| 
 | 
 | 
 | 
| SftTreeRowColumnHeader.Appearance Property | 
Defines the row/column header's appearance.
Syntax
| VB.NET | Style = object.Appearance As SftTreeHeaderAppearanceConstants | ||
| VB | Style = object.Appearance As SftTreeHeaderAppearanceConstants | ||
| C#.NET | SftTreeHeaderAppearanceConstants Style = object.Appearance; | ||
| VC++ | 
enum SftTreeHeaderAppearanceConstants Style = object->Appearance;
 | ||
| C | HRESULT object->get_Appearance(enum SftTreeHeaderAppearanceConstants* Style); | ||
| Delphi | Style := object.Appearance : TOleEnum; | ||
| VB.NET | object.Appearance = Style As SftTreeHeaderAppearanceConstants | ||
| VB | object.Appearance = Style As SftTreeHeaderAppearanceConstants | ||
| C#.NET | SftTreeHeaderAppearanceConstants object.Appearance = Style; | ||
| VC++ | 
enum SftTreeHeaderAppearanceConstants object->Appearance = Style;
 | ||
| C | HRESULT object->put_Appearance(enum SftTreeHeaderAppearanceConstants Style); | ||
| Delphi | object.Appearance := Style : TOleEnum; | ||
object
A SftTreeRowColumnHeader object.
Style
Defines the row/column header's appearance.
| Style | Value | Description | 
| 0 | The row/column header, column headers and row headers are not displayed. The Headers.Appearance and RowHeaders.Appearance properties are set to headerSftTreeNone and rowheaderSftTreeNone. | |
| 1 | Displays the row/column header as a button. The row/column header is displayed as a button, which can be clicked by the user. The status of the row/column header button can be controlled using the RowColumnHeader.Enabled and RowColumnHeader.RemainUp properties. The current button status can be defined using the RowColumnHeader.ButtonDown property. | |
| 2 | Displays the row/column header as a title. | 
Comments
The Appearance property defines the row/column header's appearance.
The width of the row/column header (and row header area) is defined using the RowHeaders.Width property.
See Also SftTreeRowColumnHeader Object | Object Hierarchy